From 091487cf30fa4b723c11bf6c1beada8e6e5983d5 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 23 Feb 2003 01:24:11 +0000 Subject: [PATCH] Fix warning. --- mkshort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkshort.c b/mkshort.c index 462212673..00f41a2eb 100644 --- a/mkshort.c +++ b/mkshort.c @@ -80,7 +80,7 @@ mkshort_add_to_list(mkshort_handle *h, char *name) uniq_shortname *z = (uniq_shortname *) e; if (0 == case_ignore_strcmp(z->orig_shortname, name)) { - int l = strlen(name); + size_t l = strlen(name); int dl; char tbuf[10]; -- 2.30.2